home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / plotting / techplt1 / tpsht_02.hlp < prev    next >
Encoding:
Text File  |  1992-09-20  |  2.3 KB  |  114 lines

  1. ** File: TPSht_02.hlp
  2. ** Index: 41
  3.  
  4. ** More Sheet View Help
  5.    :: Fourier Transformation commands
  6.    :: Data windowing commands
  7.  
  8.  
  9. █  Fourier Transform
  10.  
  11.     This menu is shown  as Fourier Tfm in
  12. TechPlot.
  13.  
  14. █  Forward (Half)
  15.  
  16.     This command calculates amplitude and
  17.   phase for the half range frequency
  18.   (positive part).  One can use these
  19.   columns to compute the real and
  20.   imaginary part of the Fourier transform
  21.   using the Math | Transform command as
  22.   described below.
  23.  
  24. █  Inverse (Half)
  25.  
  26.     This command performs the inverse
  27.   Fourier transformation.
  28.  
  29. █  Forward (Full)
  30.  
  31.     This command calculates amplitude and
  32.   phase for the full range frequency.
  33.  
  34. █  Inverse (Full)
  35.  
  36.     This command performs the full range
  37.   inverse Fourier transformation.
  38.  
  39. █  Convolution
  40.  
  41.     This command lets you calculate the
  42.   convolution of two columns of data.
  43.  
  44.  
  45. █  Windowing
  46.  
  47.     This menu contains commands that are
  48. used in the design of finite impulse
  49. response (FIR) filters.
  50.  
  51.     The following commands are the
  52. commonly used windowing functions, w[n].
  53.  
  54. █  Square
  55.  
  56.     This command performs data windowing
  57.   using the following window function:
  58.  
  59.     w[n]=1, if 0<=n<=M;
  60.  
  61.     w[n]=0, otherwise.
  62.  
  63. █  Bartlett
  64.  
  65.     This command performs data windowing
  66.   using the following window function:
  67.     w[n]=1-2*abs(n-0.5M)/M, if 0<=n<=M;
  68.     w[n]=0, otherwise.
  69.  
  70. █  Hanning
  71.  
  72.     This command performs data windowing
  73.   using the following window function:
  74.     w[n]=0.5-0.5*cos(2πn/M),
  75.             if 0<=n<=M;
  76.     w[n]=0, otherwise.
  77.  
  78. █  Hamming
  79.  
  80.     This command performs data windowing
  81.   using the following window function:
  82.  
  83.     w[n]=0.54-0.46*cos(2πn/M),
  84.             if 0<=n<=M;
  85.     w[n]=0, otherwise.
  86.  
  87. █  Blackman
  88.  
  89.     This command performs data windowing
  90.   using the following window function:
  91.  
  92.     w[n]=0.42-0.5*cos(2πn/M)
  93.          +0.08*cos(4πn/M), if 0<=n<=M;
  94.     w[n]=0, otherwise.
  95.  
  96. █  Welch
  97.  
  98.     This command performs data windowing
  99.   using the following window function:
  100.  
  101.     w[n]=1-sqr(2*(n-0.5M)/(M+2)),
  102.             if 0<=n<=M;
  103.     w[n]=0, otherwise.
  104.  
  105. █  Parzen
  106.  
  107.     This command performs data windowing
  108.   using the following window function:
  109.  
  110.     w[n]=1-2*abs(n-0.5M)/(M+2),
  111.             if 0<=n<=M;
  112.     w[n]=0, otherwise.
  113.  
  114.